* xfns.c (syms_of_xfns): Fix typo in help text for
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 22 Sep 2006 08:09:10 +0000 (08:09 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 22 Sep 2006 08:09:10 +0000 (08:09 +0000)
 x-gtk-file-dialog-help-text.

src/ChangeLog
src/xfns.c

index ab88295bfa501389c516c91d1d3fd0174fbbd9a4..2410b62f260a95ebbd0df18f45782e7e733d075a 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xfns.c (syms_of_xfns): Fix typo in help text for
+       x-gtk-file-dialog-help-text.
+
 2006-09-21  Kim F. Storm  <storm@cua.dk>
 
        * fns.c (Fmemq): Refill doc string.
index 7d19113db28108a894142d9e812b87b9f748c421..3afaf0ea20a76ca49873ba4897158bb6f1da8168 100644 (file)
@@ -5819,7 +5819,7 @@ chooser to show or not show hidden files on a case by case basis.  */);
   x_gtk_show_hidden_files = 0;
 
   DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text,
-    doc: /* *If non-nil, the GTK file chooser will by show additional help text.
+    doc: /* *If non-nil, the GTK file chooser will show additional help text.
 If more space for files in the file chooser dialog is wanted, set this to nil
 to turn the additional text off.  */);
   x_gtk_file_dialog_help_text = 1;